Auto merge of #4968 - edunham:patch-1, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 22 Jan 2018 15:33:14 +0000 (15:33 +0000)
committerbors <bors@rust-lang.org>
Mon, 22 Jan 2018 15:33:14 +0000 (15:33 +0000)
commit47136a3497ffda53628891125d33ea3d8a957b8a
treef8f602544dbe883f34bc6b7063c7247f440b431a
parent551022bbec55833e96b493325a9b5c0b1b24ff60
parentfd4f8410cf4884898adb83250caf9fe07d6657c6
Auto merge of #4968 - edunham:patch-1, r=alexcrichton

Link to crate type docs

This page (served at https://doc.rust-lang.org/cargo/reference/manifest.html) is the first hit I get when searching "cargo crate-type". The doc which actually explains `crate-type`, https://doc.rust-lang.org/reference/linkage.html, does not appear in the first page of results. I hope that linking the reference doc here will make it easier for others to find instead of having to dig into closed GitHub issues like I did to find it.